projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea69dc5
)
(auto-mode-alist): Add .am as makefile-mode.
author
Karl Heuer
<kwzh@gnu.org>
Thu, 11 Dec 1997 07:07:42 +0000
(07:07 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Thu, 11 Dec 1997 07:07:42 +0000
(07:07 +0000)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index 2d39fd910582e5bcea6a44e9bee63a83f7a9aca1..18aa7d85891f54f1508e7780f3c6785f83f05182 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-1134,6
+1134,7
@@
run `normal-mode' explicitly."
("\\.java\\'" . java-mode)
("\\.mk\\'" . makefile-mode)
("\\(M\\|m\\|GNUm\\)akefile\\(.in\\)?\\'" . makefile-mode)
+ ("\\.am\\'" . makefile-mode) ;For Automake.
;;; Less common extensions come here
;;; so more common ones above are found faster.
("\\.texinfo\\'" . texinfo-mode)